home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _BBFBBC3B925047CFB7DD53A54D184C32 < prev    next >
Encoding:
Text File  |  2005-08-12  |  385 b   |  25 lines

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight("decal")
  5.  
  6.     pass()
  7.     {
  8.  
  9.         tmu()
  10.         {
  11.             texture()
  12.             {
  13.                 usermap(0)
  14.             }
  15.  
  16.             colorop("mul", "diffuse", "texture", "current")
  17.             alphaop("mul", "diffuse", "texture", "current")
  18.         }
  19.  
  20.         userblendfunc()
  21.         userdepthfunc()
  22.     }
  23. }
  24.  
  25.